kotlin-stdlib
Native
kotlin-stdlib
/
kotlin
/
[Native]Boolean
/
xor
xor
Native
infix external
fun
xor
(
other
:
Boolean
)
:
Boolean
Content copied to clipboard
Performs a logical
xor
operation between this Boolean and the
other
one.